home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Trig Explorer
/
The Trig Explorer.iso
/
pc
/
explorer
/
ex_pi.dxr
/
00042.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-22
|
169 b
|
9 lines
on exitFrame
global Deg, rad
if (field "Answer" > (float(Deg) - 0.5)) and (field "Answer" < (float(Deg) + 0.5)) then
nothing()
else
go("BA1")
end if
end